home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMEXT / TFRMEXT.txt
Encoding:
Text File  |  2003-07-15  |  4.7 KB  |  215 lines

  1. object frmExt: TfrmExt
  2.   Left = 361
  3.   Top = 354
  4.   Width = 466
  5.   Height = 381
  6.   Caption = 'Entpacken von Dateien'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 466
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object sbExt: TStatusBar
  26.     Left = 0
  27.     Top = 328
  28.     Width = 458
  29.     Height = 19
  30.     Panels = <
  31.       item
  32.         Width = 120
  33.       end
  34.       item
  35.         Width = 120
  36.       end>
  37.     SimplePanel = False
  38.   end
  39.   object pExtDir: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 458
  43.     Height = 33
  44.     Align = alTop
  45.     BevelInner = bvRaised
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.     object lDest: TLabel
  49.       Left = 4
  50.       Top = 10
  51.       Width = 73
  52.       Height = 13
  53.       Caption = 'Zielverzeichnis:'
  54.       Font.Charset = ANSI_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -12
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object cbDest: TComboBox
  62.       Left = 104
  63.       Top = 6
  64.       Width = 345
  65.       Height = 21
  66.       Anchors = [akLeft, akTop, akRight]
  67.       ItemHeight = 13
  68.       TabOrder = 0
  69.       Text = 'C:\'
  70.     end
  71.   end
  72.   object pOptions: TPanel
  73.     Left = 0
  74.     Top = 33
  75.     Width = 458
  76.     Height = 295
  77.     Align = alClient
  78.     BevelInner = bvRaised
  79.     BevelOuter = bvLowered
  80.     TabOrder = 2
  81.     object ftExtDir: TFolderTree
  82.       Left = 4
  83.       Top = 8
  84.       Width = 237
  85.       Height = 279
  86.       Active = True
  87.       FolderOptions = [foNetworkNeighborhood]
  88.       OnChange = ftExtDirChange
  89.       ShowRoot = False
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       Indent = 19
  96.       ParentFont = False
  97.       TabOrder = 0
  98.     end
  99.     object btnExt: TButton
  100.       Left = 254
  101.       Top = 262
  102.       Width = 90
  103.       Height = 25
  104.       Anchors = [akRight, akBottom]
  105.       Caption = 'btnExt'
  106.       Default = True
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       TabOrder = 2
  114.       OnClick = btnExtClick
  115.     end
  116.     object btnNewDir: TButton
  117.       Left = 254
  118.       Top = 232
  119.       Width = 90
  120.       Height = 25
  121.       Anchors = [akRight, akBottom]
  122.       Caption = 'Neuer Ordner'
  123.       TabOrder = 1
  124.       OnClick = btnNewDirClick
  125.     end
  126.     object btnCancel: TButton
  127.       Left = 359
  128.       Top = 262
  129.       Width = 92
  130.       Height = 25
  131.       Anchors = [akRight, akBottom]
  132.       Cancel = True
  133.       Caption = 'Cancel'
  134.       TabOrder = 3
  135.       OnClick = btnCancelClick
  136.     end
  137.     object pExtOpts: TPanel
  138.       Left = 248
  139.       Top = 6
  140.       Width = 209
  141.       Height = 131
  142.       Anchors = [akTop, akRight]
  143.       BevelOuter = bvNone
  144.       TabOrder = 4
  145.       object rgFileOpt: TRadioGroup
  146.         Left = 6
  147.         Top = 3
  148.         Width = 199
  149.         Height = 61
  150.         Anchors = [akRight]
  151.         Caption = 'Dateien'
  152.         Font.Charset = ANSI_CHARSET
  153.         Font.Color = clBlack
  154.         Font.Height = -12
  155.         Font.Name = 'MS Sans Serif'
  156.         Font.Style = []
  157.         ItemIndex = 0
  158.         Items.Strings = (
  159.           '*'
  160.           '*')
  161.         ParentFont = False
  162.         TabOrder = 0
  163.       end
  164.       object cbDirNames: TCheckBox
  165.         Left = 6
  166.         Top = 68
  167.         Width = 199
  168.         Height = 17
  169.         Anchors = []
  170.         Caption = 'Verzeichnisse  wiederherstellen'
  171.         Checked = True
  172.         Font.Charset = ANSI_CHARSET
  173.         Font.Color = clBlack
  174.         Font.Height = -11
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ParentFont = False
  178.         State = cbChecked
  179.         TabOrder = 1
  180.         OnKeyDown = tdirKeyDown
  181.       end
  182.       object cbOverwrite: TCheckBox
  183.         Left = 6
  184.         Top = 88
  185.         Width = 199
  186.         Height = 17
  187.         Anchors = []
  188.         Caption = '∩┐╜berschreiben vorhandener Dateien'
  189.         Font.Charset = ANSI_CHARSET
  190.         Font.Color = clBlack
  191.         Font.Height = -11
  192.         Font.Name = 'MS Sans Serif'
  193.         Font.Style = []
  194.         ParentFont = False
  195.         TabOrder = 2
  196.       end
  197.       object cbUpdate: TCheckBox
  198.         Left = 6
  199.         Top = 108
  200.         Width = 199
  201.         Height = 17
  202.         Anchors = []
  203.         Caption = '∩┐╜ltere Dateien ∩┐╜berspringen'
  204.         Font.Charset = ANSI_CHARSET
  205.         Font.Color = clWindowText
  206.         Font.Height = -11
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = []
  209.         ParentFont = False
  210.         TabOrder = 3
  211.       end
  212.     end
  213.   end
  214. end
  215.